disable interrupt meaning in English
禁止中断
Examples
- Moreover , on a multiprocessor system , disabling interrupts on the local cpu is not sufficient , and other synchronization techniques must be used
此外,在多处理器系统上,在当前cpu上禁止中断是不能正确完成同步功能的,必须同时使用附加的同步技术。 - Function is one that cannot be shared by more than one task unless mutual exclusion to the function is ensured either by using a semaphore or by disabling interrupts during critical sections of code
函数不能由超过一个任务所共享,除非能确保函数的互斥(或者使用信号量,或者在代码的关键部分禁用中断) 。 - Linux is originally designed as a time - sharing operating system . due to its non - preemptive kernel , coarse time granularity , frequent disabled interrupt , virtual memory and other buffer mechanism , linux is not so “ real - time ” as rtos
Linux的调度机制决定了它是一个分时系统,其不可抢占的内核、粗糙的时钟粒度、频繁的关中断、虚存和其它缓冲机构的设置,使得linux的实时性不强。